ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / OnValueChanged(PropertyChangedEventArgs<Double>) Method

In This Topic
    OnValueChanged(PropertyChangedEventArgs<Double>) Method
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnValueChanged( _
       ByVal e As PropertyChangedEventArgs(Of Double) _
    ) 
    protected virtual void OnValueChanged( 
       PropertyChangedEventArgs<double> e
    )

    Parameters

    e
    See Also